-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-11127] Write OrganizationInstallation
record when license is retrieved
#5090
[PM-11127] Write OrganizationInstallation
record when license is retrieved
#5090
Conversation
…cense-is-created-updated
New Issues
Fixed Issues
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5090 +/- ##
==========================================
- Coverage 43.14% 43.11% -0.04%
==========================================
Files 1424 1429 +5
Lines 65094 65188 +94
Branches 5964 5967 +3
==========================================
+ Hits 28085 28106 +21
- Misses 35756 35829 +73
Partials 1253 1253 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean and simple. Good stuff
…cense-is-created-updated
Can we set this to not update more than once in a 24 hour period? |
Hi @rkac-bw, can you expound on what you mean? I'm a bit confused. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-11127
📔 Objective
The goal of this PR is to:
OrganizationInstallation
that's a relational table betweenOrganization
andInstallation
RevisionDate
when the user downloads their organization license after already having done so once📸 Screenshots
Screen.Recording.2024-11-26.at.2.29.46.PM.mov
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes